tools/xenstore: ignore transaction id for [un]watch
authorJuergen Gross <jgross@suse.com>
Thu, 11 Jun 2020 14:12:38 +0000 (16:12 +0200)
committerHans van Kranenburg <hans@knorrie.org>
Tue, 15 Dec 2020 11:28:46 +0000 (12:28 +0100)
commitdae912548d28bf10ec24365579a3922f185f6c94
treea2f1e9dc1db17db1f9be7219838ac1c2a5e557c2
parent46e655d6ed4e79334c88bb0a03b4600ff0c68f54
tools/xenstore: ignore transaction id for [un]watch

Instead of ignoring the transaction id for XS_WATCH and XS_UNWATCH
commands as it is documented in docs/misc/xenstore.txt, it is tested
for validity today.

Really ignore the transaction id for XS_WATCH and XS_UNWATCH.

This is part of XSA-115.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Paul Durrant <paul@xen.org>
tools/xenstore/xenstored_core.c